www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\Model\ComponentLabels\自定义值下拉选择框控件\editmode_label.asp

    <%'$start_ext_newDsoft 以下系统生成,勿删!
'$newDsoft_label_type$:asp_label$end_newDsoft_label_type$
'$newDsoft_label_name$:$editmode$-ComponentLabel-$$end_newDsoft_label_name$
'$newDsoft_label_sql$: $end_newDsoft_label_sql$
'$newDsoft_label_params$:cangs,列表项配置,用$aspcpu_a$分开每项,每项中如11$aspcpu_b$22中,11是列表项名,22是列表值$end_newDsoft_label_params$
'$newDsoft_label_fenye_num$: $end_newDsoft_label_fenye_num$
'$newDsoft_label_beizhu$:在修改页里的标签$end_newDsoft_label_beizhu$
'$newDsoft_is_sys_label$:0$end_newDsoft_is_sys_label$
'$newDsoft_other_params$:htmledxa:|htmledxb:$end_newDsoft_other_params$
'$end_ext_newDsoft%><select name="$post$myname$" id="$post$myname$">
<option value="no_nd_aspcpu_x_null">请选择</option>
<%
itmlist=$xxvar$cangs&""
if itmlist<>"" then

itmlist_p=split(itmlist,"|$aspcpu_a$|")
for aai=0 to ubound(itmlist_p)
itmlist_p_1=itmlist_p(aai)
itmlist_p_1_p=split(itmlist_p_1,"|$aspcpu_b$|")
itmlist_p_1_p_1=itmlist_p_1_p(0)
itmlist_p_1_p_2=itmlist_p_1_p(1)
%>
<option value="<%=itmlist_p_1_p_2%>"  <%if cstr($mylast$value$)=cstr(itmlist_p_1_p_2) then response.write "selected"%>><%=itmlist_p_1_p_1%></option>
<%
next

end if

%>
</select>